| 1. | Function as the new seed value 函数的返回值作为新种子值。 |
| 2. | Do you recommend the use of various seed values ? if so , how many 你是否建议使用不同的种子值?如果是,多少个? |
| 3. | The value returned by the system timer is used as the new seed value ,则用系统计时器返回的值作为新的种子值。 |
| 4. | Function s random - number generator , giving it a new seed value 函数的随机数生成器初始化,并给它一个新的种子值。 |
| 5. | Application which does nothing but consecutively calculate the fibonacci numbers with different seed values )应用程序作为基准,它不做任何事情,只是连续不断地使用不同的种子数值计算fibonacci数字。 |
| 6. | Function with no arguments uses the same number as a seed the first time it is called , and thereafter uses the last - generated number as a seed value 函数使用第一次调用此函数的同一数字作为种子,并从此使用上一次生成的数字作为种子值。 |
| 7. | For example , if all records in the database have been deleted , compacting the database sets the value of the identity column of the next record to the seed value 例如,如果数据库中的所有记录均已被删除,对数据库进行压缩便会将下一条记录的标识列的值设为种子值。 |
| 8. | Function start with a seed value and generate numbers that fall within a finite range , the results may be predictable by someone who knows the algorithm used to generate them 函数从一个种子值开始,然后生成处于有限范围内的数字,因此,如果某个人知道生成这些数字的算法,他就可以预测结果。 |
| 9. | Using the random class to generate a random number by default doesn ' t mean you will receive a random number for every situation , but by using some very easy methods such as seed values and different algorithms 但是一定要注意避免每次产生的随机数是同一个数列,这时候要用改变种子值,和种子运算法则来改变随机队列。 |
| 10. | Pseudo - random number generator , a mechanism used in a computer system to create , in as non - deterministic a manner as possible , a seed value from which a pseudo - random number will be derived 伪随机数发生器( pseudo - random number generator ) ,它是在计算机系统中使用的以尽可能不确定的方式创建种子值的一种机制,然后从该种子值派生出伪随机数。 |